From 777906e26cadccfff29a03a889c776653c35c564 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 5 May 2017 11:16:06 +0100 Subject: [PATCH] meson: Silence the introspection scanner We want the warnings, but not every single message. --- gtk/meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/meson.build b/gtk/meson.build index b278ff6026..656d115cd8 100644 --- a/gtk/meson.build +++ b/gtk/meson.build @@ -904,6 +904,7 @@ libgtk_dep = declare_dependency(sources: [gtkversion, gtktypebuiltins_h], if not meson.is_cross_build() gir_args = [ '--c-include=gtk/gtk.h', + '--quiet', ] gdk_gir = gnome.generate_gir(libgtk, @@ -932,6 +933,7 @@ if not meson.is_cross_build() install: true, dependencies: gdk_gir_dep, extra_args: [ + '--quiet', '--c-include=gdk/gdkx.h', '--include-uninstalled=./gtk/Gdk-4.0.gir', '-DGDK_COMPILATION', -- 2.30.2